Class SignerRoleType
[Serializable]
public class SignerRoleType
- Inheritance
-
SignerRoleType
- Inherited Members
Properties
CertifiedRoles
[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> CertifiedRoles { get; set; }
Property Value
CertifiedRolesSpecified
Gets a value indicating whether the CertifiedRoles collection is empty.
public bool CertifiedRolesSpecified { get; }
Property Value
ClaimedRoles
[AllowNull]
[MaybeNull]
public Collection<AnyType> ClaimedRoles { get; set; }
Property Value
ClaimedRolesSpecified
Gets a value indicating whether the ClaimedRoles collection is empty.
public bool ClaimedRolesSpecified { get; }