IdentityNotMappedException::UnmappedIdentities Property

 

Represents the collection of unmapped identities for an IdentityNotMappedException exception.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public:
property IdentityReferenceCollection^ UnmappedIdentities {
	IdentityReferenceCollection^ get();
}

Property Value

Type: System.Security.Principal::IdentityReferenceCollection^

The collection of unmapped identities.

.NET Framework
Available since 2.0
Return to top
Show: